PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / extractNamedDestinations Method / extractNamedDestinations(boolean) Method
True if fast lookup should be enabled for the named destinations collection.
In This Topic
    extractNamedDestinations(boolean) Method
    In This Topic
    Extracts the named destinations from the PDF file.
    Syntax
    public PDFNamedDestinationCollection extractNamedDestinations( 
       boolean enableFastLookup
    )

    Parameters

    enableFastLookup
    True if fast lookup should be enabled for the named destinations collection.

    Return Value

    The collection of named destinations in the PDF file.
    See Also